toggle menu
My Neighbor Alice
dapp
switch theme
search in API
My Neighbor Alice
/
lib.dip.core.Filter
Namespace
Filter
Types
Functions
Types
I
Link copied to clipboard
struct
I
I_by_attribute
Link copied to clipboard
struct
I_by_attribute
p_from
Link copied to clipboard
struct
p_from
type
Link copied to clipboard
enum
type
Functions
find_instances
Link copied to clipboard
function
find_instances
(
filters
:
list
<
I
>
,
from
:
p_from
,
page_size
:
integer
)
:
(
results
:
list
<
instance
>
,
from
:
p_from
)
get_prototype_from_instance
Link copied to clipboard
function
get_prototype_from_instance
(
attribute
:
attribute
,
instance
:
instance
)
:
p_from
resolve
Link copied to clipboard
function
resolve
(
instances
:
list
<
instance
>
,
filter
:
I_by_attribute
,
from
:
p_from
)
:
(
results
:
list
<
instance
>
,
p_from
?
)